home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Freeware / PhotoFiltre 6.3.2 / pf-setup-en.exe / PhotoFiltre.exe / 0 / RCDATA / TPLGDLGFORM / TPLGDLGFORM.txt < prev   
Text File  |  2008-10-05  |  2KB  |  110 lines

  1. object PlgDlgForm: TPlgDlgForm
  2.   Left = 231
  3.   Top = 188
  4.   BorderStyle = bsNone
  5.   Caption = 'A propos du module'
  6.   ClientHeight = 338
  7.   ClientWidth = 335
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poMainFormCenter
  16.   OnCreate = FormCreate
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object PnlFond: TPanel
  21.     Left = 0
  22.     Top = 0
  23.     Width = 335
  24.     Height = 338
  25.     TabOrder = 0
  26.     OnMouseDown = PnlFondMouseDown
  27.     object LblCaption: TLabel
  28.       Left = 16
  29.       Top = 128
  30.       Width = 51
  31.       Height = 13
  32.       Caption = 'NomPlugin'
  33.       OnMouseDown = PnlFondMouseDown
  34.     end
  35.     object LblVersion: TLabel
  36.       Left = 16
  37.       Top = 150
  38.       Width = 65
  39.       Height = 13
  40.       Caption = 'Version (date)'
  41.       OnMouseDown = PnlFondMouseDown
  42.     end
  43.     object LblAuthor: TLabel
  44.       Left = 16
  45.       Top = 168
  46.       Width = 31
  47.       Height = 13
  48.       Caption = 'Auteur'
  49.       OnMouseDown = PnlFondMouseDown
  50.     end
  51.     object Bevel1: TBevel
  52.       Left = 16
  53.       Top = 192
  54.       Width = 302
  55.       Height = 9
  56.       Shape = bsTopLine
  57.     end
  58.     object LblType: TLabel
  59.       Left = 16
  60.       Top = 204
  61.       Width = 76
  62.       Height = 13
  63.       Caption = 'Type de module'
  64.       OnMouseDown = PnlFondMouseDown
  65.     end
  66.     object LblFile: TLabel
  67.       Left = 16
  68.       Top = 220
  69.       Width = 68
  70.       Height = 13
  71.       Caption = 'Nom du fichier'
  72.       OnMouseDown = PnlFondMouseDown
  73.     end
  74.     object LblComment: TLabel
  75.       Left = 16
  76.       Top = 244
  77.       Width = 61
  78.       Height = 13
  79.       Caption = 'Commentaire'
  80.       OnMouseDown = PnlFondMouseDown
  81.     end
  82.     object Panel1: TPanel
  83.       Left = 16
  84.       Top = 16
  85.       Width = 302
  86.       Height = 102
  87.       BevelOuter = bvLowered
  88.       TabOrder = 0
  89.       OnMouseDown = PnlFondMouseDown
  90.       object Image1: TImage
  91.         Left = 1
  92.         Top = 1
  93.         Width = 300
  94.         Height = 100
  95.         Picture.Data = {<image000.jpg>}
  96.         OnMouseDown = PnlFondMouseDown
  97.       end
  98.     end
  99.     object Button1: TButton
  100.       Left = 242
  101.       Top = 296
  102.       Width = 75
  103.       Height = 25
  104.       Caption = 'Ok'
  105.       ModalResult = 1
  106.       TabOrder = 1
  107.     end
  108.   end
  109. end
  110.